-
Couldn't load subscription status.
- Fork 1
Add gl-gh-release script to our list of available tools
#210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
pyproject.toml
Outdated
| gl-cname = "gardenlinux.features.cname_main:main" | ||
| gl-features-parse = "gardenlinux.features.__main__:main" | ||
| gl-flavors-parse = "gardenlinux.flavors.__main__:main" | ||
| gl-gh-release = "gardenlinux.github.release_main:main" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do you think github/release_main.py is better than github/release/main.py? In case of release_main.py the "main" part doesn't hold any additional value.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed, indeed gl-gh-release = "gardenlinux.github.release.__main__:main" would be even more suitable.
e40782d to
1da63bd
Compare
Signed-off-by: Tobias Wolf <wolf@b1-systems.de>
1da63bd to
bce31e2
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #210 +/- ##
=======================================
Coverage 89.81% 89.81%
=======================================
Files 41 41
Lines 1974 1974
=======================================
Hits 1773 1773
Misses 201 201 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
What this PR does / why we need it:
This PR adds
gl-gh-releasescript to our list of available tools and fixes a missing__init__.pyfile.